OSASINFRA-3155 - OpenStack: Create ControlPlaneMachineSet CRDs#7280
OSASINFRA-3155 - OpenStack: Create ControlPlaneMachineSet CRDs#7280openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test verify-codegen openstack-manifests unit e2e-openstack-kuryr |
|
/test verify-codegen openstack-manifests unit e2e-openstack-kuryr |
752525f to
2466500
Compare
2466500 to
1f680d5
Compare
|
/cc emilien mandre JoelSpeed damdo |
|
@pierreprinetti: GitHub didn't allow me to request PR reviews from the following users: emilien. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cc emilienm |
|
@pierreprinetti: GitHub didn't allow me to request PR reviews from the following users: emilien. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest-required |
|
really good work IMO |
|
/test e2e-openstack-kuryr |
1 similar comment
|
/test e2e-openstack-kuryr |
There was a problem hiding this comment.
| return nil, nil, fmt.Errorf("failed to generate the Machine providerSpec for replica %d: %w", idx, err) | |
| return nil, nil, errors.Wrapf(err, "failed to generate the Machine providerSpec for replica %d", idx) |
There was a problem hiding this comment.
Dave Cheney's pkg/errors has been archived and all its functionality has been incorporated into the standard library. I know the dependency is still available in the Installer's go.mod, however I prefer not to use it in new code.
|
/approve /hold |
Co-Authored-By: Pierre Prinetti <pierreprinetti@redhat.com> Co-Authored-By: Emilien Macchi <emilien@redhat.com>
80b1397 to
482a2fe
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: r4f4 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
| } | ||
|
|
||
| // No failure domain is exactly like one failure domain with the default values. | ||
| if numberOfFailureDomains < 1 { |
There was a problem hiding this comment.
| if numberOfFailureDomains < 1 { | |
| if numberOfFailureDomains == 0 { |
| func DefaultRootVolumeAZ() []string { | ||
| return []string{""} | ||
| // DefaultRootVolumeAZ returns the default value for Root Volume availability zone. | ||
| func DefaultRootVolumeAZ() string { |
There was a problem hiding this comment.
nit: Does this need to be a function or can it be a constant ?
There was a problem hiding this comment.
It can be a const! Would it be better as a const?
| } | ||
|
|
||
| // DefaultComputeAZ returns the default value for Compute availability zone. | ||
| func DefaultComputeAZ() string { |
|
/test e2e-aws-ovn e2e-openstack-ovn |
|
/retest-required |
|
@pierreprinetti: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/hold Revision 482a2fe was retested 3 times: holding |
|
/hold cancel |
No description provided.